const internal/concurrent.nChildrenMask
7 uses
internal/concurrent (current package)
hashtriemap.go#L56: n := i.children[(hash>>hashShift)&nChildrenMask].Load()
hashtriemap.go#L85: slot = &i.children[(hash>>hashShift)&nChildrenMask]
hashtriemap.go#L166: oi := (oldHash >> hashShift) & nChildrenMask
hashtriemap.go#L167: ni := (newHash >> hashShift) & nChildrenMask
hashtriemap.go#L198: slot = &i.children[(hash>>hashShift)&nChildrenMask]
hashtriemap.go#L265: parent.children[(hash>>hashShift)&nChildrenMask].Store(nil)
hashtriemap.go#L314: nChildrenMask = nChildren - 1
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |